home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 759 b | 46 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWStream.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWSTREAM_H
- #define FWSTREAM_H
-
- #ifndef FWARDYNA_H
- #include "FWArDyna.h"
- #endif
-
- #ifndef FWAROPER_H
- #include "FWArOper.h"
- #endif
-
- #ifndef FWBUFSIN_H
- #include "FWBufSin.h"
- #endif
-
- #ifndef FWMEMSIN_H
- #include "FWMemSin.h"
- #endif
-
- #ifndef FWSTRMRW_H
- #include "FWStrmRW.h"
- #endif
-
- #ifndef SLSTRMRW_H
- #include "SLStrmRW.h"
- #endif
-
- #ifndef FWRANSIN_H
- #include "FWRanSin.h"
- #endif
-
- #ifndef FWARCOBJ_K
- #include "FWArcObj.k"
- #endif
-
- #endif
-